From 3689020ade1cb195eb1f7d34f52da855f4920b15 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 17 Nov 2004 01:42:41 +0000 Subject: [PATCH] bitkeeper revision 1.1159.175.2 (419aac910pa0nMHuaLaEOWmKvC9JVg) waste 4 bytes to avoid #ifdef ugliness --- linux-2.6.9-xen-sparse/drivers/char/tty_io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-2.6.9-xen-sparse/drivers/char/tty_io.c b/linux-2.6.9-xen-sparse/drivers/char/tty_io.c index c524a5c13a..32e28717f8 100644 --- a/linux-2.6.9-xen-sparse/drivers/char/tty_io.c +++ b/linux-2.6.9-xen-sparse/drivers/char/tty_io.c @@ -131,9 +131,8 @@ LIST_HEAD(tty_drivers); /* linked list of tty drivers */ vt.c for deeply disgusting hack reasons */ DECLARE_MUTEX(tty_sem); -#ifdef CONFIG_VT int console_use_vt = 1; -#endif + #ifdef CONFIG_UNIX98_PTYS extern struct tty_driver *ptm_driver; /* Unix98 pty masters; for /dev/ptmx */ extern int pty_limit; /* Config limit on Unix98 ptys */ -- 2.30.2